home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Conversions
/
Values
/
change-to-symbols
next >
Wrap
Text File
|
1998-10-23
|
209b
|
7 lines
change-to-symbols integer-list
Changes each integer in the integer-list to a symbol and returns the new list. Performs integer-to-symbol conversion for a list.
(change-to-symbols '(-1 0 1 2))
--> (-b a b c)